PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.formattedcontent Package / PDFFormattedParagraph Class / PDFFormattedParagraph Constructor / PDFFormattedParagraph Constructor(PDFFormattedBlock[])
Text blocks that represent the paragraph content.
In This Topic
    PDFFormattedParagraph Constructor(PDFFormattedBlock[])
    In This Topic
    Initializes a new PDFFormattedParagraph object.
    Syntax
    public PDFFormattedParagraph( 
       PDFFormattedBlock[] blocks
    )

    Parameters

    blocks
    Text blocks that represent the paragraph content.
    See Also